Uploaded on Aug 3, 2018
Web Designing course in Chandigarh- CBitss Technologies offer training sector 34A, which is definitely the best in advanced web designing with advanced modules.
Web Designing course in Chandigarh
Web Designing course in Chandigarh 1) Mention what are the main platform or language used for web-design? The main language used for web-designing are:- ● PHP: Server side scripts ● CSS: Styling ● HTML: Base template ● JavaScript: Functionality 2) Explain how to set an image as a background on web pages? To set an image as a background on web page, point the body background to the name of your image you want to set as a background as shown below. </head>tag. <body background= “picture.gif”> You can also fix the background image, so while using the scroll bar in the browser, it does not move. To do this add the BGPROPERTIES tag as shown below <body background = “picture.gif”bgproperties=”fixed”> 3) Mention what do you mean by Responsive design on a web page? Responsive design is an approach to building sites to provide an optimal viewing and interaction experience. It focuses on easy navigation of site with a minimum of scrolling, panning and resizing across all devices. Bootstrap is the most popular CSS, HTML and JS framework used for developing responsive web design 4) Mention what are some bad examples of web design? ● Blinking, spinning or flashing images ● Black background with white, light or pale text ● Black backgrounds with dark text ● Busy tiled background images with any color text ● Everything Centered ● Too many images or Huge images ● List of links ● Too many headlines or Blinking text 5) Explain how can you align picture so that one may be higher or lower than the other? In order to align picture so that one may be higher or lower than the other, use the align statement in your IMG SRC tag. < IMG SRC = “http://www.xyz.com/chguy.gif” align=top > Also, you can use align=top or you can do align=middle/bottom 6) Explain what is the difference between “visibility:hidden” and “display:none”? They are both style properties:- ● visibility:hidden: This property hides the element, but it still takes up space in the layout ● display:none: It eliminates the element completely from the document. It does not take up any space, even though the HTML for it is still in the source code. 7) List out some of the JQuery function used for web page designing? Some of the JQuery function used for web page designing include ● Simple slide panel ● Simple disappearing effect ● Chainable transition effect ● Animated hover effect ● Entire block clickable ● Collapsible panels ● Image replacement gallery ● Styling different link types (+91) 9988741983 [email protected] SCO 23-24-25, Sector 34A Chandigarh, IN 160022 http://www.cbitss.com/web-designing-training-course-in-chandigarh.html Thank You
Comments